From eea55e41f763a54db97b308f3b2dffba1990ee09 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 2 Sep 2011 22:32:13 -0700 Subject: [PATCH] Add Bug#. --- src/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4b4b09ff215..f827f33aea5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2011-09-03 Paul Eggert - * fileio.c: Fix bugs with large file offsets. + * fileio.c: Fix bugs with large file offsets (Bug#9428). The previous code assumed that file offsets (off_t values) fit in EMACS_INT variables, which is not true on typical 32-bit hosts. The code messed up by falsely reporting buffer overflow in cases -- 2.30.2